home *** CD-ROM | disk | FTP | other *** search
- ;;############################################
- ;;# TB4.0 Install Script V 2.01 #
- ;;# #
- ;;# By Stuart Kelly Copyright 1998 © #
- ;;# #
- ;;# Created to replace old install program. #
- ;;# #
- ;;# Now has a fancy intro message #
- ;;############################################
-
- (procedure P_Wait (set X 1) ( (while (< X 100) (set X (+ X 1)) ) ) )
-
- ;;##############################
- ;;# Fancy Introduction follows #
- ;;# By Stuart Kelly #
- ;;# Copyright 1998 © #
- ;;##############################
- (procedure P_Intro
- (
- (set string1 "\n\nAmiga Arrow Productions\n\nPresents\n\nTelephone Book V 4.0")
-
- (working "A") (P_Wait)
- (working "Am") (P_Wait)
- (working "Ami") (P_Wait)
- (working "Amig") (P_Wait)
- (working "Amiga") (P_Wait)
- (working "Amiga ") (P_Wait)
-
- (working "Amiga A") (P_Wait)
- (working "Amiga Ar") (P_Wait)
- (working "Amiga Arr") (P_Wait)
- (working "Amiga Arro") (P_Wait)
- (working "Amiga Arrow") (P_Wait)
- (working "Amiga Arrow ") (P_Wait)
-
- (working "Amiga Arrow P") (P_Wait)
- (working "Amiga Arrow Pr") (P_Wait)
- (working "Amiga Arrow Pro") (P_Wait)
- (working "Amiga Arrow Prod") (P_Wait)
- (working "Amiga Arrow Produ") (P_Wait)
- (working "Amiga Arrow Produc") (P_Wait)
- (working "Amiga Arrow Product") (P_Wait)
- (working "Amiga Arrow Producti") (P_Wait)
- (working "Amiga Arrow Productio") (P_Wait)
- (working "Amiga Arrow Production") (P_Wait)
- (working "Amiga Arrow Productions") (P_Wait)
- (working "Amiga Arrow Productions\n\n")(P_Wait)
-
- (working "Amiga Arrow Productions\n\nP") (P_Wait)
- (working "Amiga Arrow Productions\n\nPr") (P_Wait)
- (working "Amiga Arrow Productions\n\nPre") (P_Wait)
- (working "Amiga Arrow Productions\n\nPres") (P_Wait)
- (working "Amiga Arrow Productions\n\nPrese") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresen") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresent") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\n") (P_Wait)
-
- (working "Amiga Arrow Productions\n\nPresents\n\nT") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTe") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTel") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTele") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelep") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTeleph") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelepho") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephon") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone ") (P_Wait)
-
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone B") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone Bo") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone Boo") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone Book") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone Book ") (P_Wait)
-
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone Book V") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone Book V ") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone Book V 4") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone Book V 4.") (P_Wait)
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone Book V 4.0") (P_Wait)
-
- (working "Amiga Arrow Productions\n\nPresents\n\nTelephone Book V 4.0") (P_Wait)
- (message string1)
- )
- )
-
-
- (complete 0)
-
- (working (P_intro))
-
- (welcome "TB4.0 Install V 2.01")
-
- (message "\n\nTB4.0 Install\n\nBy Stuart Kelly\n\nCopyright 1998 ©\n\nE-Mail\n\nstuart@dkelly1.demon.co.uk")
-
- (complete 1)
-
- (set path
- (askdir
- (prompt "Install TB4.0 Where? TB4.0 will not create a drawer")
- (help @askdir-help)
- (default "Ram:")
- )
- )
-
- (complete 10)
-
- (message "\n\nInstall TB4.0 to\n\n '" path "' \n\nPress Abort To Cancel")
-
- (complete 20)
-
- (copyfiles
- (source "")
- (dest path)
- (all)
- (infos)
- )
-
- (complete 100)
-
- (exit
- (cat
- "\n\nTB4.0 Installed To \n\n '" path "'."
- )
- (quiet)
- )
-
- ; EOF
-